TreeView for WinForms | ComponentOne
C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / ItemChanged Event

In This Topic
    ItemChanged Event (ObservableDictionary<TKey,TValue>)
    In This Topic
    Occurs when a item value changes.
    Syntax
    Event Data

    The event handler receives an argument of type ItemChangedEventArgs<TItem> containing data related to this event. The following ItemChangedEventArgs<TItem> properties provide information specific to this event.

    PropertyDescription
    Gets a changed item.  
    See Also